D8.2 Advanced Topic A — Complex Numbers as a Physics Tool#
D8.2.1 Why introduce complex numbers now?#
At first glance, complex numbers can feel like a purely mathematical invention — something abstract, artificial, or disconnected from physical reality. In physics, the opposite is true.
Complex numbers arise when the real number system is no longer efficient to represent solutions to physically relevant equations of motion. In particular, they provide a natural and efficient representation for systems governed by linear differential equations with oscillatory solutions.
From this perspective, complex numbers are best understood as an expansion of the real number domain that allows us to represent oscillations, phase, and time evolution in a compact and computationally powerful way.
Why real numbers alone become inefficient#
Consider a simple oscillation written using real functions:
While this expression is physically correct, it becomes algebraically cumbersome when we:
differentiate multiple times,
combine oscillations (just think of trigonometric identities),
track phase shifts,
or solve differential equations systematically.
By extending the number system from real numbers to complex numbers, we are not changing the physics, but changing its representation that simplifies both calculation and interpretation.
Where complex numbers appear in physics#
Complex numbers appear throughout physics because the same mathematical structure reappears:
Simple harmonic motion
Linear restoring forces lead to second-order differential equations with oscillatory solutions.Waves (mechanical, acoustic, electromagnetic)
Spatial and temporal oscillations are most naturally represented using complex exponentials.Electric circuits (AC analysis)
Voltages and currents oscillate sinusoidally; complex numbers encode amplitude and phase simultaneously.Electromagnetism
Phasor methods and plane-wave solutions rely on complex representations.Quantum mechanics
Time evolution is governed by a linear differential equation whose solutions require complex numbers.Signal processing
Fourier analysis decomposes signals into complex exponentials, revealing frequency and phase content.
In each case, complex numbers appear not by choice, but by necessity, once oscillatory solutions and linearity are present.
What complex numbers actually add#
Extending from real numbers to complex numbers allows a single mathematical object to encode:
amplitude (via magnitude)
phase (via argument)
time evolution (via exponentiation)
Algebraic operations on complex numbers correspond directly to physical operations:
differentiation becomes multiplication,
phase shifts become rotations,
superposition becomes addition.
This leads to simpler expressions, fewer special cases, and clearer physical interpretation.
Why this belongs in Phase D#
Phase D is about building foundations:
identifying patterns in physical behavior,
choosing effective representations,
learning tools that scale to more complex systems.
Complex numbers meet all three goals.
They are introduced here not as an abstract topic, but as a practical extension of the real number system that becomes indispensable when studying oscillatory motion. Everything learned here will reappear — unchanged — in later topics such as waves, and in University Physics II: circuits, electromagnetism, and quantum physics.
The key idea to take forward is simple:
Complex numbers do not change the physics — they simplify how we represent and calculate it.
D8.2.2 What is a complex number?#
A complex number is written as
where:
\(a\) is the real part, written \(\mathrm{Re}(z)=a\)
\(b\) is the imaginary part, written \(\mathrm{Im}(z)=b\)
\(i\) is defined by
So \(i\) is not “a new direction of real numbers,” it’s a symbol that obeys a new rule: squaring it gives \(-1\).
D8.2.3 Algebra with complex numbers (the rules you need)#
Let
Addition and subtraction#
Multiplication#
Use distribution + \(i^2=-1\):
Complex conjugate#
The conjugate flips the sign of the imaginary part:
A key fact:
Division#
To divide, multiply top and bottom by the conjugate of the denominator:
Example — Complex Number Algebra
We will work with two complex numbers and perform the most common algebraic operations used in physics.
Throughout, we emphasize how each operation has both an algebraic and a geometric meaning.
Let the two complex numbers be
Step 1: Modulus (magnitude)
The modulus of a complex number \(z=a+ib\) is
For \(z_1\):
For \(z_2\):
Geometrically, the modulus is the distance from the origin in the complex plane.
Step 2: Argument (phase)
The argument \(\theta=\arg(z)\) is the angle measured from the positive real axis:
For \(z_1\):
For \(z_2\):
with the angle lying in the fourth quadrant.
The argument encodes the phase of the complex number.
Step 3: Complex conjugate
The complex conjugate of \(z=a+ib\) is
So,
A key identity is
which links algebra directly to geometry.
Step 4: Addition and subtraction
Add and subtract real and imaginary parts separately:
Geometrically, these correspond to vector-like addition and subtraction in the complex plane.
Step 5: Multiplication
Multiply using distribution and the rule \(i^2=-1\):
Expand:
Multiplication mixes real and imaginary parts and, in polar form, corresponds to multiplying magnitudes and adding phases.
Step 6: Division
To divide, multiply numerator and denominator by the complex conjugate of the denominator:
Denominator:
Numerator:
So,
Division therefore reduces to algebra once the conjugate is used.
Key takeaway
Complex numbers behave like ordinary algebraic objects once their rules are known:
the modulus measures size,
the argument measures phase,
the conjugate links geometry to algebra,
addition and subtraction combine components,
multiplication and division encode both amplitude and phase changes.
These operations are exactly what make complex numbers so effective for oscillations, waves, and time-dependent physics.
D8.2.4 Graphical meaning: the complex plane#
A complex number
can be represented geometrically as a point \((a,b)\) in a two-dimensional plane:
the horizontal axis represents the real part
the vertical axis represents the imaginary part
This representation is called the complex plane.
Although this picture resembles a vector diagram, it is important to note that at this stage we are using it as a representation of a number, not yet as a physical vector. The connection between complex numbers and vectors will become explicit later.
Magnitude (modulus)#
The distance of the point \((a,b)\) from the origin is given by the Pythagorean theorem:
This quantity is called the magnitude or modulus of the complex number.
The same result follows algebraically using the complex conjugate:
so that
Therefore,
This shows that the geometric distance and the algebraic construction give exactly the same physical quantity.
Angle (argument)#
The orientation of the complex number relative to the positive real axis is described by the argument \(\theta\):
From the geometry of the complex plane,
with the quadrant determined by the signs of \(a\) and \(b\).
The angle \(\theta\) encodes phase information, which will later play a central role in oscillations, waves, and interference.
Why cosine and sine appear naturally#
From the right-triangle formed by \((a,b)\) and \(|z|\), we immediately have:
Solving for \(a\) and \(b\) gives:
Substituting back into \(z = a + ib\) yields the polar form:
This form separates the complex number into:
a magnitude \(|z|\) (how large),
an angle \(\theta\) (how oriented).
Interpretation as independent directions#
The real and imaginary parts act like two independent directions:
the real part multiplies the number \(1\)
the imaginary part multiplies the number \(i\)
So we can think of
as a combination of two perpendicular components.
This is directly analogous to how quantities are later decomposed using unit vectors (for example, \(\hat{x}\) and \(\hat{y}\)), which will be introduced formally in Phase C. The key idea is the same: a single object can be built from components along independent directions.
At this stage, complex numbers provide a numerical version of that idea.
Why this representation is powerful#
Writing complex numbers in polar form makes several operations immediate:
Multiplication corresponds to multiplying magnitudes and adding angles
Division corresponds to dividing magnitudes and subtracting angles
Phase shifts correspond to angle changes
Amplitudes correspond to magnitudes
These properties are why polar form becomes essential in oscillations, waves, and later in circuit analysis and quantum mechanics.
Key takeaway#
The complex plane allows a single mathematical object to encode both:
how large something is (magnitude),
how it is oriented (phase).
This dual information is exactly what is needed to describe oscillatory systems efficiently, which is why complex numbers become a natural language for physics.
D8.2.5 Euler’s formula and Euler’s identity#
A central result used throughout physics and engineering is Euler’s formula:
This relation is not a definition or a coincidence — it follows directly from the Taylor series expansions of the exponential, cosine, and sine functions.
Taylor expansions#
Recall the Taylor series about \(x=0\):
These series are exact representations of the functions for all real values of \(x\).
Substituting an imaginary argument#
Now replace \(x\) with \(i\theta\) in the exponential series:
Using \(i^2=-1\), we separate terms:
Grouping real and imaginary terms#
Collect real and imaginary parts separately.
Real terms:
Imaginary terms:
Therefore,
This shows that Euler’s formula follows directly from the Taylor series expansions — no additional assumptions are required.
Physical interpretation#
Euler’s formula tells us that:
\(\cos\theta\) is the real part of \(e^{i\theta}\)
\(\sin\theta\) is the imaginary part of \(e^{i\theta}\)
This is why complex exponentials naturally describe oscillations: a single exponential encodes both sine and cosine behavior at once.
Euler’s identity#
The famous special case \(\theta=\pi\) gives Euler’s identity:
It links five fundamental constants: \(e\), \(i\), \(\pi\), \(1\), and \(0\), and are often considered one of the greatest equations ever.
D8.2.6 Direct application: writing oscillations and waves in complex form#
Up to this point, oscillatory motion has been written using real-valued trigonometric functions.
For example, the position of a simple oscillator is written as
and a traveling wave is written as
These expressions are physically correct and measurable.
The purpose of introducing complex numbers is not to change the physics, but to introduce a representation that makes algebraic manipulation much easier.
Writing oscillations using complex exponentials#
Using Euler’s formula,
we can write a cosine as the real part of a complex exponential:
Therefore, the oscillator can be written as
We define the complex representation
with the understanding that
The physical position is always the real part; the complex quantity is a mathematical tool.